projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdeb33
)
2003-03-26 Steve Youngs <youngs@xemacs.org>:
author
John Wiegley
<johnw@newartisans.com>
Tue, 25 Mar 2003 20:59:35 +0000
(20:59 +0000)
committer
John Wiegley
<johnw@newartisans.com>
Tue, 25 Mar 2003 20:59:35 +0000
(20:59 +0000)
(eshell-plain-locate-behavior): Make the default the return value of
`eshell-under-xemacs-p', ie, nil for GNU/Emacs and non-nil for
XEmacs.
lisp/eshell/em-unix.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-unix.el
b/lisp/eshell/em-unix.el
index 4919e631e1509e78584d577850b0c014172a0c22..3c14635842e337f161fa1e29bb7c13a3aebda7e9 100644
(file)
--- a/
lisp/eshell/em-unix.el
+++ b/
lisp/eshell/em-unix.el
@@
-76,7
+76,7
@@
receiving side of a command pipeline."
:type 'boolean
:group 'eshell-unix)
-(defcustom eshell-plain-locate-behavior
nil
+(defcustom eshell-plain-locate-behavior
(eshell-under-xemacs-p)
"*If non-nil, standalone \"locate\" commands will behave normally.
Standalone in this context means not redirected, and not on the
receiving side of a command pipeline."